/*专题页面css*/
/**{
	font-family: "pingfang sc","Microsoft Yahei";
}*/
.spe-middle{
	width: 1030px;
	margin: 0 auto; 
}
.spe-nr-back{
	width: 100%;
    background-color: #f7f7f7;
}
.special-topic-catalog-flow-list{
	display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.flow-item{
	width: 330px;
    height: 260px;
        margin-top: 40px;
}
.special-topic-catalog-flow-list:after{
	width: 330px;
    content: '';
}
.kr-shadow-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.kr-shadow-wrapper .kr-shadow-wrapper-card {
    position: absolute;
    z-index: 101;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 2px;
}
.kr-shadow-wrapper .kr-shadow-content {
    width: 100%;
    height: 100%;
    z-index: 102;
    position: absolute;
    top: 0;
    left: 0;
}
.flow-item-pic {
    height: 185px;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
}
.flow-item-pic img {
    height: 100%;
    width: 100%;
}
.flow-item-pic:hover img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.scaleBig{
	-webkit-transition: all 1s;
    transition: all 1s;
}
.spe-img{
	width: 330px;
	height: 185px;
}
.spe-img img{
	width: 100%;
	height: 100%;
}

.flow-item-title {
    width: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(30,30,30,0)),color-stop(98%,rgba(0,0,0,.78)));
    background-image: linear-gradient(-180deg,rgba(30,30,30,0),rgba(0,0,0,.78) 98%);
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.flow-item-title p {
    padding: 0 15px;
    text-align: justify;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    max-height: 48px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    font-family: "pingfang sc","Microsoft Yahei";
}
.flow-item-description {
    height: 74px;
    background: #edf1f4;
    padding-top: 10px;
    border-radius: 0 0 2px 2px;
}
 .flow-item-description p {
    font-size: 13px;
    color: #787878;
    text-align: justify;
    overflow: hidden;
    height: 54px;
    line-height: 18px;
    padding: 0 15px;
     font-family: "pingfang sc","Microsoft Yahei";
}
.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.kr-shadow-wrapper:hover .kr-shadow-wrapper-card {
    box-shadow: 0 0 25px 2px rgba(0,0,0,.2);
    background: #fff;
}
.spe-more{
	width: 330px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #D61518;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 40px;
    cursor: pointer;
}
.spe-more:hover p{
	    background-color: rgba(214, 21, 24, 1);
	    color: #FFFFFF !important;
}
.spe-more p{
	font-size: 16px;
    color: #D61518;
    text-align: center;
    line-height: 40px;
}
